Returns a point lying on a polyline that is positioned at a relative position along the polyline's length.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
protected Point PointAlongLength ( |
Visual Basic Copy Code |
---|
Protected Function PointAlongLength( _ |
A value from 0 to 1 specifying a portion of link's length.
A list of points specifying the polyline segments.
A Point instance.